home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 26.zip / BS1 part 26 / Aztec C v5.2a disk 4.adf / 204inc_i.lzh / libraries / mathlibrary.i < prev    next >
Text File  |  1991-03-14  |  1KB  |  39 lines

  1.     IFND    LIBRARIES_MATHLIBRARY_I
  2. LIBRARIES_MATHLIBRARY_I    SET    1
  3. **
  4. **    $Filename: libraries/mathlibrary.i $
  5. **    $Release: 2.04 $
  6. **    $Revision: 1.4 $
  7. **    $Date: 90/07/13 $
  8. **
  9. **    Data structure returned by OpenLibrary of:
  10. **    mathieeedoubbas.library,mathieeedoubtrans.library
  11. **    mathieeesingbas.library,mathieeesingtrans.library
  12. **
  13. **
  14. **    (C) Copyright 1987,1988,1989 Commodore-Amiga, Inc.
  15. **        All Rights Reserved
  16. **
  17.  
  18.     ifnd EXEC_LIBRARIES_I
  19.     include "exec/libraries.i"
  20.     endc
  21.  
  22.     STRUCTURE MathIEEEBase,0
  23.         STRUCT    MathIEEEBase_LibNode,LIB_SIZE
  24.         STRUCT    MathIEEEBase_reserved,18
  25.         APTR    MathIEEEBase_TaskOpenLib    ; hook
  26.         APTR    MathIEEEBase_TaskCloseLib    ; hook
  27. *    This structure may be extended in the future */
  28.     LABEL    MathIEEEBase_SIZE
  29.  
  30. ;    Math resources may need to know when a program opens or closes this
  31. ;    library. The functions TaskOpenLib and TaskCloseLib are called when
  32. ;    a task opens or closes this library. The yare initialized to point
  33. ;    local initialization pertaining to 68881 stuff if 68881 resources
  34. ;    are found. To override the default the vendor must provide appropriate
  35. ;    hooks in the MathIEEEResource. If specified, these will be called
  36. ;    when the library initializes.
  37.  
  38.     ENDC    ; LIBRARIES_MATHLIBRARY_I
  39.